home *** CD-ROM | disk | FTP | other *** search
- *** 1.1 1992/03/22 21:15:45
- --- PatchLev.h 1992/05/29 15:08:41
- ***************
- *** 1,5 ****
-
- ! #define PatchLevel "2"
-
- /*
- * the Patch Level above is to identify the version
- --- 1,5 ----
-
- ! #define PatchLevel "3"
-
- /*
- * the Patch Level above is to identify the version
- *** 1.1 1992/03/22 21:15:45
- --- makefile.32 1992/05/29 15:08:41
- ***************
- *** 6,12 ****
- AS= $(CC)
-
- # common subset of options; no int size or omit-frame-pointer:
- ! COMMONOPT = -O
- COMMONFLAGS =
- COMMONDEFINES = -DNO_LIBGXX_MALLOC
-
- --- 6,12 ----
- AS= $(CC)
-
- # common subset of options; no int size or omit-frame-pointer:
- ! COMMONOPT = -O2 -fstrength-reduce
- COMMONFLAGS =
- COMMONDEFINES = -DNO_LIBGXX_MALLOC
-
- ***************
- *** 21,28 ****
- GXXFFLAGS = $(GXXOPTS)
-
- # normal CFLAGS including int size and omit-frame-pointer
- ! CFLAGS= $(CFFLAGS)
- ! GXXFLAGS = $(GXXFFLAGS)
-
- # cflags for stuff that needs to be compiled with 32 bit ints
- CLFLAGS= $(CFLAGS)
- --- 21,28 ----
- GXXFFLAGS = $(GXXOPTS)
-
- # normal CFLAGS including int size and omit-frame-pointer
- ! CFLAGS= $(CFFLAGS) -fomit-frame-pointer
- ! GXXFLAGS = $(GXXFFLAGS) -fomit-frame-pointer
-
- # cflags for stuff that needs to be compiled with 32 bit ints
- CLFLAGS= $(CFLAGS)
- *** 1.1 1992/03/22 21:15:45
- --- tstring.cc 1992/05/29 15:08:45
- ***************
- *** 8,13 ****
- --- 8,15 ----
- #include <std.h>
- #include <assert.h>
-
- + extern "C" long _stksize = 16*1024;
- +
- // can't nicely echo assertions because they contain quotes
-
- #define tassert(ex) {if (!(ex)) \
- *** 1.1 1992/03/22 21:15:45
- --- expected.out 1992/06/03 14:16:14
- ***************
- *** 127,133 ****
- five
- words
- z = join(w, nw, /); z =This/string/has/five/words
- ! enter a word:
- tinteger
- one = 1
- one + 1 = 2
- --- 127,135 ----
- five
- words
- z = join(w, nw, /); z =This/string/has/five/words
- ! enter a word:word =abcdefghijklmnopqrstuvwxyz length = 26
- !
- ! End of test
- tinteger
- one = 1
- one + 1 = 2
- ***************
- *** 507,513 ****
- len = 33
- siz = 3
- ref = 1
- ! man = ccccccc8000
- val = 0.1
-
- Fix: range errors warned
- --- 509,515 ----
- len = 33
- siz = 3
- ref = 1
- ! man = ccccccc8000
- val = 0.1
-
- Fix: range errors warned
-